home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BCI NET 2
/
BCI NET 2.iso
/
archives
/
programming
/
source
/
graphicgems4.lha
/
GemsIV
/
vert_norm
/
Makefile
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Makefile
|
1995-02-06
|
172 b
|
12 lines
CC = cc
CFLAGS = -I/usr/ph/include -DSTANDALONE_TEST
test: test.o smooth.o
$(CC) -o test test.o smooth.o -lm
clean:
rm -f *.o test
smooth.o: smooth.h
test.o: smooth.h